home *** CD-ROM | disk | FTP | other *** search
- #ifndef CLIB_TTRENDER_PROTOS_H
- #define CLIB_TTRENDER_PROTOS_H
-
-
- /*
- ** $VER: ttrender_protos.h 2.0 (05.04.2002)
- **
- ** C prototypes. For use with 32 bit integers only.
- **
- ** Copyright © 2002
- ** All Rights Reserved
- */
-
- #ifndef EXEC_TYPES_H
- #include <exec/types.h>
- #endif
- #ifndef UTILITY_TAGITEM_H
- #include <utility/tagitem.h>
- #endif
- #ifndef LIBRARIES_TTRENDER_H
- #include <libraries/ttrender.h>
- #endif
-
- BOOL TT_PutStr(UBYTE * string);
- BOOL TT_PutUStr(UWORD * string);
- BOOL TT_SetFont(STRPTR name, UWORD size);
- BOOL TT_PutStrTagList(UBYTE * string, struct TagItem * taglist);
- BOOL TT_PutStrTags(UBYTE * string, Tag taglist, ...);
- BOOL TT_PutUStrTagList(UWORD * string, struct TagItem * taglist);
- BOOL TT_PutUStrTags(UWORD * string, Tag taglist, ...);
- ULONG TT_SetModesTagList(struct TagItem * taglist);
- ULONG TT_SetModesTags(Tag taglist, ...);
- ULONG TT_GetFontAttrsTagList(struct TagItem * taglist);
- ULONG TT_GetFontAttrsTags(Tag taglist, ...);
- ULONG TT_StrWidth(UBYTE * string);
- ULONG TT_UStrWidth(UWORD * string);
-
- #endif /* CLIB_TTRENDER_PROTOS_H */
-